From: Steven Hand Date: Fri, 29 Dec 2006 17:46:40 +0000 (+0000) Subject: Revert cset 13181:f087c013cf12 since the event channel is already unbound via X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~119 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=3dcbf823b34fffaf847794901e66874bf08c6bb4;p=xen.git Revert cset 13181:f087c013cf12 since the event channel is already unbound via blkif_free() -> unbind_from_irqhandler() -> unbind_from_irq() Signed-off-by: Steven Hand --- diff --git a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c index 43e524807a..6b7100a1bc 100644 --- a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c +++ b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c @@ -384,8 +384,6 @@ static int blkfront_remove(struct xenbus_device *dev) DPRINTK("blkfront_remove: %s removed\n", dev->nodename); - xenbus_free_evtchn(dev, info->evtchn); - blkif_free(info, 0); kfree(info);